home *** CD-ROM | disk | FTP | other *** search
/ PC Open 93 / PC Open 93 CD 2.bin / PDF / webdeveloper / lezione_2 / annoeta.asp next >
Encoding:
Text File  |  2003-10-25  |  520 b   |  20 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3. <html>
  4. <head>
  5.     <title>Pagina che richiede nome e anno di nascita</title>
  6. </head>
  7.  
  8. <body>
  9.  
  10. Inserisci il tuo nome e l'anno di nascitα, cos∞ posso calcolare quanti anni hai
  11.  
  12. <form action="annoetarisposta.asp" method="get">
  13. Nome    <input type="text" name="nome" size="20"><br />
  14. Anno di nascita    <input type="text" name="anno" size="4"><br />
  15. <input type="submit" value="Invia">
  16. </form>
  17.  
  18. </body>
  19. </html>
  20.